home *** CD-ROM | disk | FTP | other *** search
- Declare Function MultiListBox Lib "MULTI.DLL" (ByVal hWnd As Integer, ByVal hWnd As Integer, ByVal lStyle As Long) As Integer
- Declare Function MultiFind Lib "MULTI.DLL" (ByVal nStartIndex As Integer, ByVal lpString As String) As Integer
- Declare Function MultiCount Lib "MULTI.DLL" () As Integer
- Declare Sub MultiGetSel Lib "MULTI.DLL" (ByVal hWnd As Integer)
- Declare Sub MultiAdd Lib "MULTI.DLL" (ByVal lpString As String)
- Declare Sub MultiReset Lib "MULTI.DLL" (ByVal iNata As Integer)
- Declare Sub MultiDelete Lib "MULTI.DLL" (ByVal iIndex As Integer)
- Declare Sub MultiText Lib "MULTI.DLL" (ByVal iIndex As Integer)
- Declare Sub MultiSetTop Lib "MULTI.DLL" (ByVal iIndex As Integer)
- Declare Function GetFocus% Lib "user" ()
-
-